@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:400,400i,500,500i,700,700i,900,900i&display=swap');



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
}

* {
        margin: 0px;
        padding: 0px;
        font-family: 'Roboto Condensed', sans-serif;
        color: #000000;
}



body {
        font-family: 'Roboto Condensed', sans-serif;
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center;
        background-color: #fdfafa;
        background-repeat: no-repeat;

}

header {
        background-image: url(https://img03.en25.com/EloquaImages/clients/BANCODAVIVIENDADAVIPRO/%7B4a1b3e3a-e522-4efd-b917-20dd5d10410b%7D_header4-cajero.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: center center;
        height: 890px;
        width: auto;
        background-position: bottom;

}






.divisionred {

        position: static;
        margin-top: 30px;
        height: 3px;
        background-position: center;
        background-color: #dd141d;
        background-repeat: no-repeat;
}


.titularmenu {

        font-size: 1.15em;
        color: #fff !important;
}

.cabecero {
        width: 100%;
        margin-top: 2% !important;
        margin-bottom: 2% !important;
        color: #fff !important;


}


#exTab1 .tab-content {
        color: white;
        background-color: #dd141d;
        padding: 5px 15px;
}

#exTab2 h3 {
        color: white;
        background-color: #dd141d;
        padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
        border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
        border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
        color: white;
        background-color: #dd141d;
        padding: 5px 15px;
}





/* NAV ESTILOS*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

/* */
.board {
        width: 100%;
        margin: -150px auto !important;
        height: auto;
        background-color: rgb(255 255 255 / 35%) !important;

        font-family: 'Roboto Condensed', sans-serif;


        /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/

}





.board .nav-tabs {
        position: relative;
        /* border-bottom: 0; */
        /* width: 100%; */
        margin: 0px auto;
        padding-bottom: 0px;

        box-sizing: content-box;
        font-family: 'Roboto Condensed', sans-serif;



}

.board > div.board-inner {


        color: #fff !important;
        margin: 0px auto;
        font-family: 'Roboto Condensed', sans-serif;
        padding: 2%;




}

.nav-tabs {
        border-bottom: 0px solid #ddd;
}


.glyphicon {
        color: #fff;
        text-align: left;
        font-size: 1.2em;
        font-weight: 500;
        font-family: 'Roboto Condensed', sans-serif !important;



}





.liner {
        height: 2px;
        background: #ddd;
        position: absolute;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;

}




.nav-tabs > div > li > a {

        border: transparent !important;


}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {

        cursor: default;
        background-color: #dd141d !important;
        color: #fff;
        border: 0;
        border-bottom-color: transparent;

}





.nav-tabs > li {
        width: auto;

}





/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
        content: " ";
        position: absolute;
        left: 45%;
        opacity: 0;
        margin: 0 auto;
        bottom: 0px;
        border: 5px solid transparent;
        border-bottom-color: #ddd;
        transition: 0.1s ease-in-out;

}

.nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 45%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #ddd;

}

.nav-tabs > li a {
        width: 130px;
        height: 70px;
        font-size: 1.2em;
        font-weight: 500;
        color: #fff !important;
        margin-top: 4%;


}

.nav-tabs > li a:hover {
        background: #dd141d !important;
        color: #fff;
}

.tab-content {}

.tab-pane {
        position: relative;
        padding-top: 4px;
}

.tab-content .head {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 25px;
        text-transform: uppercase;
        padding-bottom: 10px;
}

.btn-outline-rounded {
        padding: 10px 40px;
        margin: 20px 0;
        border: 2px solid transparent;
        border-radius: 25px;
}

.btn.green {
        background-color: #5cb85c;
        /*border: 2px solid #5cb85c;*/
        color: #ffffff;
}



@media(max-width : 585px) {

        .board {
                width: 100%;
                height: auto !important;
                margin: -40px auto !important;
        }

        span.round-tabs {
                font-size: 16px;
                width: 50px;
                height: 50px;
                line-height: 50px;
        }

        .tab-content .head {
                font-size: 20px;
        }

        .nav-tabs > li a {
                width: 50px;
                height: 50px;
                line-height: 25px;
        }

        .nav-tabs > li.active:after {
                content: " ";
                position: absolute;
                left: 35%;
        }

        .btn-outline-rounded {
                padding: 12px 20px;
        }
}



/* NAV ESTILOS FIN*/






.tab-content {
        background: #fff;
        line-height: 25px;
        border: 1px solid #fff;
        border-top: 5px solid #dd141d;
        margin-bottom: 5%;

}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
        border: none;
        background: #e74c3c;
        color: #fff;
        border-radius: 0;
        transition: background 0.20s linear;
}



.carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0)), to(rgba(255, 255, 255, .0001)));
        background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0, rgba(255, 255, 255, .0001) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
        background-repeat: repeat-x;
        margin-top: 13%;
}


.carousel-control.right {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, , .0001) 100%) !important;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0)), to(rgba(255, 255, 255, .0001)));
        background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0, rgba(255, 255, 255, .0001) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
        background-repeat: repeat-x;
        margin-top: 13%;
}

/* carousel 1 */
#quote-carousel {
        padding: 0 5px 15px 5px;
        margin-top: 15px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
        left: -12px;

}

/* Next button  */
#quote-carousel .carousel-control.right {
        right: -12px !important;

}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
        right: 0%;
        top: 102%;

        bottom: 0px;
        margin-right: -1px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
        background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
        background: #dd141d;
}

#quote-carousel img {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
}



/* End carousel 1 */

.carousel-indicators {
        position: absolute;

        left: 0;
        z-index: 15;

        display: block;
        -ms-flex-pack: center;
        justify-content: center;

        margin-right: 15%;
        margin-left: 15%;

        list-style: none;
}

/* carousel 2 */
#quote-carousel2 {
        padding: 0 10px 30px 10px;
        margin-top: 30px;
}

/* Control buttons  */
#quote-carousel2.carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
}

/* Previous button  */
#quote-carousel2 .carousel-control.left {
        left: -12px;

}

/* Next button  */
#quote-carousel2 .carousel-control.right {
        right: -12px !important;

}

/* Changes the position of the indicators */
#quote-carousel2 .carousel-indicators {
        right: 0%;
        top: 102%;

        bottom: 0px;
        margin-right: -1px;
}

/* Changes the color of the indicators */
#quote-carousel2 .carousel-indicators li {
        background: #c0c0c0;
}

#quote-carousel2 .carousel-indicators .active {
        background: #dd141d;
}

#quote-carousel2 img {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;

}

/* End carousel 2 */




/* carousel 3 */
#quote-carousel3 {
        padding: 0 10px 30px 10px;
        margin-top: 30px;
}

/* Control buttons  */
#quote-carousel3.carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
}

/* Previous button  */
#quote-carousel3 .carousel-control.left {
        left: -12px;

}

/* Next button  */
#quote-carousel3 .carousel-control.right {
        right: -12px !important;

}

/* Changes the position of the indicators */
#quote-carousel3 .carousel-indicators {
        right: 0%;
        top: 101%;

        bottom: 0px;
        margin-right: -1px;
}

/* Changes the color of the indicators */
#quote-carousel3 .carousel-indicators li {
        background: #c0c0c0;
}

#quote-carousel3 .carousel-indicators .active {
        background: #dd141d;
}

#quote-carousel3 img {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
}

/* End carousel 3 */



/* carousel 4 */
#quote-carousel4 {
        padding: 0 10px 30px 10px;
        margin-top: 30px;
}

/* Control buttons  */
#quote-carousel4.carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
}

/* Previous button  */
#quote-carousel4 .carousel-control.left {
        left: -12px;

}

/* Next button  */
#quote-carousel4 .carousel-contcarousel-controlrol.right {
        right: -12px !important;

}

/* Changes the position of the indicators */
#quote-carousel4 .carousel-indicators {
        right: 0%;
        top: 102%;

        bottom: 0px;
        margin-right: -1px;
}

/* Changes the color of the indicators */
#quote-carousel4 .carousel-indicators li {
        background: #c0c0c0;
}

#quote-carousel4 .carousel-indicators .active {
        background: #dd141d;
}

#quote-carousel4 img {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
}

/* End carousel 4 */




/* carousel 5 */
#quote-carousel5 {
        padding: 0 10px 30px 10px;
        margin-top: 30px;
}

/* Control buttons  */
#quote-carousel5.carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
}

/* Previous button  */
#quote-carousel5 .carousel-control.left {
        left: -12px;

}

/* Next button  */
#quote-carousel5 .carousel-control.right {
        right: -12px !important;

}

/* Changes the position of the indicators */
#quote-carousel5 .carousel-indicators {
        right: 0%;
        top: 102%;

        bottom: 0px;
        margin-right: 0px;
}

/* Changes the color of the indicators */
#quote-carousel5 .carousel-indicators li {
        background: #c0c0c0;
}

#quote-carousel5 .carousel-indicators .active {
        background: #dd141d;
}

#quote-carousel5 img {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
}

/* End carousel 5 */




/* carousel 6 */
#quote-carousel6 {
        padding: 0 10px 30px 10px;
        margin-top: 30px;
}

/* Control buttons  */
#quote-carousel6.carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
}

/* Previous button  */
#quote-carousel6 .carousel-control.left {
        left: -12px;

}

/* Next button  */
#quote-carousel6 .carousel-control.right {
        right: -12px !important;

}

/* Changes the position of the indicators */
#quote-carousel6 .carousel-indicators {
        right: 0%;
        top: 102%;

        bottom: 0px;
        margin-right: 0px;
}

/* Changes the color of the indicators */
#quote-carousel6 .carousel-indicators li {
        background: #c0c0c0;
}

#quote-carousel6 .carousel-indicators .active {
        background: #dd141d;
}

#quote-carousel6 img {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
}

/* End carousel 6 */





.item blockquote {
        border-left: none;
        margin: 0;
}

.item blockquote img {
        margin-bottom: 5px;
        padding-top: 5px;
}



.imgresponsive {

        align-content: center;
        float: none;
        margin-left: auto;
        margin-right: auto;

        margin-top: 5%;


}




.imgresponsive2 {

        align-content: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 53%;
        height: auto;



}

.contenido1 {

        background-color: #dd141d;
        padding: 105px 15px 120px 15px !important;
        height: 390px;
        margin-top: 1%;
        margin-bottom: 5%;
        font-family: "San Francisco Display Thin";
        border-radius: 1px;
        -webkit-box-shadow: -3px 7px 35px -30px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -3px 7px 35px -30px rgba(0, 0, 0, 0.75);
        box-shadow: -3px 7px 35px -30px rgba(0, 0, 0, 0.75);

}



.contenido2 {
        background-color: #fdfafa;
        border-radius: 1px;
        margin: 15px;

}


.txt-dentro {


        float: left;
        margin-left: auto !important;
        padding-left: auto !important;
        text-align: left;
        padding-top: 5%;
        font-family: 'Roboto Condensed', sans-serif;
}


.txt-dentro2 {
        padding-left: 18%;
        text-align: left;
        font-size: 0.9em;
        font-family: 'Roboto Condensed', sans-serif;

}


.icono {
        max-width: 80px;

        margin-top: 7%;

}

h3 {

        margin-bottom: 20%;
        color: #fff !important;

}

.txt-dentro-none {
        display: none;
        color: #fff;
}


.prod-cierre {
        margin-top: 50px;
        margin-bottom: 50px;
}

.prod-cierre span {
        display: inline-block;
        padding: 15px;
        background-color: #dd141d;
        color: #ffffff;
        border-radius: 20px;
        font-weight: 600;
        font-size: 19px;
        font-style: italic;
        font-weight: 300;
}



/**
  MEDIA QUERIES
*/


@media (min-width: 1680px) and (max-width: 1920px) {



    header {
                background-image: url( https://img03.en25.com/EloquaImages/clients/BANCODAVIVIENDADAVIPRO/%7B4a1b3e3a-e522-4efd-b917-20dd5d10410b%7D_header4-cajero.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                height: 950px;
              
              


        }



}



@media (min-width: 1440px) and (max-width: 1679px) {



    header {
                background-image: url( https://img03.en25.com/EloquaImages/clients/BANCODAVIVIENDADAVIPRO/%7B4a1b3e3a-e522-4efd-b917-20dd5d10410b%7D_header4-cajero.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                height: 800px;
              
              


        }



}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
        #quote-carousel {
                margin-bottom: 0;
                padding: 0 40px 30px 40px;
        }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
        
        .cabecero { 
                font-size: 1.28em;
                text-align: center;
}

        /* carrusel 1 Make the indicators larger for easier clicking with fingers/thumb on mobile */

        #quote-carousel .carousel-indicators {
                bottom: 1px !important;
        }

        #quote-carousel .carousel-indicators li {
                display: inline-block;
                margin: 0px 5px;
                width: 15px;
                height: 15px;
        }

        #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
        }

        /* carrusel 1 END*/


        /* carrusel 2*/

        #quote-carousel2 .carousel-indicators {
                bottom: 1px !important;
        }

        #quote-carousel2 .carousel-indicators li {
                display: inline-block;
                margin: 0px 5px;
                width: 15px;
                height: 15px;
        }

        #quote-carousel2 .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
        }

        /* carrusel 2 END*/


        /* carrusel 3*/

        #quote-carousel3 .carousel-indicators {
                bottom: 1px !important;
        }

        #quote-carousel3 .carousel-indicators li {
                display: inline-block;
                margin: 0px 5px;
                width: 15px;
                height: 15px;
        }

        #quote-carousel3 .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
        }

        /* carrusel 3 END*/




        /* carrusel 4*/

        #quote-carousel4 .carousel-indicators {
                bottom: 1px !important;
        }

        #quote-carousel4 .carousel-indicators li {
                display: inline-block;
                margin: 0px 5px;
                width: 15px;
                height: 15px;
        }

        #quote-carousel4 .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
        }

        /* carrusel 4 END*/



        /* carrusel 5*/

        #quote-carousel5 .carousel-indicators {
                bottom: 1px !important;
        }

        #quote-carousel5 .carousel-indicators li {
                display: inline-block;
                margin: 0px 5px;
                width: 15px;
                height: 15px;
        }

        #quote-carousel5 .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
        }

        /* carrusel 5 END*/


        
        
          /* carrusel 6*/

        #quote-carousel6 .carousel-indicators {
                bottom: 1px !important;
        }

        #quote-carousel6 .carousel-indicators li {
                display: inline-block;
                margin: 0px 5px;
                width: 15px;
                height: 15px;
        }

        #quote-carousel6 .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
        }

        /* carrusel 6 END*/




        .carousel-indicators {


                margin-bottom: 10%;

        }




        h1,
        h2,


}

.no-gutters {
        margin-right: 0;
        margin-left: 0;

        > .col,
        > [class*="col-"] {
                padding-right: 0;
                padding-left: 0;
        }
}










.logodav {
        width: 280px;
}

.seccion2 {
        max-width: 80px;
        width: 100%;
}




.titulo_principal {
        position: relative;
        margin-top: 3%;
        font-size: 25px;
        margin-bottom: 1px;
        margin-left: 19%;
        margin-right: 19%;
        text-align: center;

}


.titulo_principal2 {
        position: relative;
        font-size: 23px;
        margin-bottom: auto;
        text-align: center;

}


.logo {
        max-width: 80%;
        position: absolute;
}

.fondo-contenido img {
        border-radius: 1px;

}

.txt {
        position: relative;
        margin-top: 5%;
        font-family: 'Roboto Condensed', sans-serif;
}

. .text {
        font-size: 20px;
        color: #575757;
        text-align: center;
}




footer {
        background-color: #000;
        bottom: 0;
        padding-top: 20px;
        padding: 30px;

}

footer p {
        color: #000;
        font-size: 12px;
        margin-left: 1%;
        text-align: center;
}

.vigilado1 {
        position: absolute;
        right: 15px;
        top: 40px;
}

.vigilado2 {
        position: absolute;
        left: -5px;
        bottom: 200%;
}


.panel-default > .panel-heading {
        color: #fff;
        background-color: #5a5a5a;
        border-color: #ddd;
}



.line {
        position: absolute;
        bottom: 0;
}


.panel-heading {
        padding: 0;
}

a:focus,
a:hover {
        color: #fff;
        text-decoration: underline;
}

.panel-default > .panel-heading {
        color: #fff;
        background-color: #5a5a5a;
        border-color: #ddd;
}



label {
        color: #ffffff;
        font-size: 16px;
}



@media (min-width: 768px) and (max-width: 1199px) {




        .imgresponsive {

                align-content: center;
                margin-left: 0%;
                padding-top: 11%;


        }



        .col-sm-6 {
                width: 100%;
        }



}




@media (min-width: 991px) and (max-width: 1199px) {



        .txt-dentro {
                padding-left: 1%;
                text-align: left;
                font-size: 16px;
                margin-top: 3%;

        }

        .txt-dentro2 {
                padding-left: 1%;
                text-align: left;
                font-size: 0.8em;


        }




        .carousel-control.left {
                background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0)), to(rgba(255, 255, 255, .0001)));
                background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0, rgba(255, 255, 255, .0001) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
                background-repeat: repeat-x;
                margin-top: 22%;
        }


        .carousel-control.right {
                background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, , .0001) 100%) !important;
                background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0)), to(rgba(255, 255, 255, .0001)));
                background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0, rgba(255, 255, 255, .0001) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
                background-repeat: repeat-x;
                margin-top: 22%;
        }



}




@media (min-width: 649px) and (max-width: 990px) {
        
         .cabecero ÃƒÆ’Ã¢â‚¬Å¡ {
                font-size: 1.2em;
                text-align: center!important;
}



                      /* Changes the position of the indicators */
        #quote-carousel3 .carousel-indicators {
                right: 0%;
                left: 18%;
                width: 120%;

        }


        #quote-carousel4 .carousel-indicators {
                right: 0%;
                left: 25%;

                width: 100%;

        }


        /* Changes the position of the indicators */
        #quote-carousel5 .carousel-indicators {
                right: 0%;

                left: 18%;
                width: 120%;

        }
        
        
         #quote-carousel6 .carousel-indicators {
                right: 0%;

                left: 18%;
                width: 120%;

        }


        .carousel-indicators {
                position: absolute;
                left: -20%;
                width: 101%;
                text-align: center;
                list-style: none;
        }

        .nav-tabs > li > a {

                width: 100%;

        }

        .nav-tabs > li {
                width: 100%;
        }


        .board {

                background-color: rgb(45 45 45 / 96%) !important;
                margin: 5px auto !important;

        }





        header {
                background-image: url( https://img03.en25.com/EloquaImages/clients/BANCODAVIVIENDADAVIPRO/%7Bc3411ff0-ff2f-46f3-996e-816300475e75%7D_header4-cajero-small.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                height: 750px;
                width: auto;
                height: 480px !important;
                background-position: top;


        }

        
      



        .contenido1 {



                margin-top: 1%;
                margin-bottom: auto;
                padding-top: 1px !important;
                padding-bottom: 2px !important;
                height: 4% !important;



        }

        .icono {
                max-width: 60px;
                margin-top: 3%;
                margin-bottom: 2%;
        }

        h3 {

                font-size: 19px;
                color: #fff !important;
                height: 10%;
                margin-bottom: 2%
        }





        .txt-dentro {
                padding-left: 1%;
                text-align: left;
                padding-right: 1%;
        }





        .imgresponsive {

                align-content: center;
                margin-left: 0%;
                max-width: 98%;
                margin-top: 0%;

        }




        .txt {
                position: relative;
                margin-top: 2%
        }


        .vigilado2 {
                bottom: 20%;
                left: -5px;
        }



        .tab-content {

                padding: 1px 10px;
        }


        .board {

                margin: 0px auto !important;
                margin: -40px auto !important;




        }



        .glyphicon {

                font-size: 1.1em;
                margin-top: 2%;
                margin-bottom: 2%;


        }



        .carousel-control.left {
                background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0)), to(rgba(255, 255, 255, .0001)));
                background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0, rgba(255, 255, 255, .0001) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
                background-repeat: repeat-x;
                margin-top: 36%;
        }


        .carousel-control.right {
                background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, , .0001) 100%) !important;
                background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0)), to(rgba(255, 255, 255, .0001)));
                background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0, rgba(255, 255, 255, .0001) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
                background-repeat: repeat-x;
                margin-top: 36%;
        }


}

@media (min-width:1680px) {}



@media (max-width:1024px) {

        .vigilado2 {
                bottom: -150%;
                left: -5px;
        }

}


@media (max-width:1330px) {
        .main-wrapper-first {
                width: 80%;
                margin-top: 8rem;
        }
}

@media (max-width:1030px) {

        .vigilado2 {
                bottom: 180%;
                left: -5px;
        }

}






@media (max-width:991px) {}

.logodav {
        width: 100px;
}


.vigilado2 {
        position: absolute;
        bottom: 60px;
        left: -5px;
}



@media (max-width:710px) {

        /* Changes the position of the indicators */
        #quote-carousel3 .carousel-indicators {
                right: 0%;
                left: 18%;
                width: 120%;

        }


        #quote-carousel4 .carousel-indicators {
                right: 0%;
                left: 25%;

                width: 100%;

        }


        /* Changes the position of the indicators */
        #quote-carousel5 .carousel-indicators {
                right: 0%;

                left: 18%;
                width: 120%;

        }

        
           #quote-carousel6 .carousel-indicators {
                right: 0%;

                left: 18%;
                width: 120%;

        }

        .tab-content {

                margin-bottom: 13%;
        }


        .vigilado2 {
                position: absolute;
                bottom: -14px;
                left: -5px;




        }

        .glyphicon {

                font-size: 1.1em;
                margin-top: 2%;
                margin-bottom: 2%;


        }

        .tab-content {

                padding: 5px 5px;
        }


        .board {

                margin: 0px auto !important;
                margin: -40px auto !important;
                background-color: rgb(45 45 45 / 96%) !important;



                /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/

        }


}



@media (max-width:650px) {
        
       .cabecero {
                font-size: 1.2em;
                text-align: center!important;
}

        /* Changes the position of the indicators */
        #quote-carousel3 .carousel-indicators {
                right: 0%;
                left: 18%;
                width: 120%;

        }


        #quote-carousel4 .carousel-indicators {
                right: 0%;
                left: 25%;

                width: 100%;

        }


        /* Changes the position of the indicators */
        #quote-carousel5 .carousel-indicators {
                right: 0%;

                left: 18%;
                width: 120%;

        }

        
            #quote-carousel6 .carousel-indicators {
                right: 0%;

                left: 18%;
                width: 120%;

        }

        
        .tab-content {

                margin-bottom: 23%;
        }

        .carousel-indicators {
                position: absolute;
                /* bottom: 2px; */
                left: 0%;
                z-index: 15;
                width: 101%;
                padding-left: 0;
                margin-left: 0%;
                text-align: center;
                list-style: none;
        }



        .nav-tabs > li > a {

                width: 100%;

        }

        .nav-tabs > li {
                width: 100%;
        }

        header {
                background-image: url(https://img03.en25.com/EloquaImages/clients/BANCODAVIVIENDADAVIPRO/%7Bc3411ff0-ff2f-46f3-996e-816300475e75%7D_header4-cajero-small.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                height: 750px;
                width: auto;
                height: 450px !important;
                background-position: top;


        }


        .carousel-control.left {
                background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0)), to(rgba(255, 255, 255, .0001)));
                background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0, rgba(255, 255, 255, .0001) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
                background-repeat: repeat-x;
                margin-top: 36%;
        }


        .carousel-control.right {
                background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, , .0001) 100%) !important;
                background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0)), to(rgba(255, 255, 255, .0001)));
                background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0, rgba(255, 255, 255, .0001) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
                background-repeat: repeat-x;
                margin-top: 36%;
        }


        .contenido1 {



                margin-top: 1%;
                margin-bottom: auto;
                padding-top: 2px !important;
                padding-bottom: 2px !important;
                height: 4% !important;



        }

        .icono {
                max-width: 60px;
                margin-top: 3%;
                margin-bottom: 2%;
        }

        .imgresponsive {

                align-content: center;

                margin-top: 1%;
                max-width: 98%;



        }


        .imgresponsive2 {


                align-content: center;
                margin-top: 1%;
                max-width: 100%;
        }





        .centro {
                display: block;
        }

        header {
                height: 280px;
                image-orientation: left;

        }



        .txt-dentro {
                padding-left: 1%;
                text-align: left;
                padding-right: 1%;
        }




        h3 {
                margin-bottom: 4%;
                margin-top: 2%;
        }



        .vigilado2 {
                position: absolute;
                bottom: -20px;
                left: -5px;
        }


        .logo {
                max-width: 30%;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
        }


        .titulo_principal {
                position: relative;
                margin-top: 3%;
                font-size: 19px;
                margin-bottom: 1px;
                margin-left: 19%;
                margin-right: 19%;
                text-align: center;

        }


        .titulo_principal2 {
                position: relative;
                font-size: 18px;
                margin-bottom: auto;
                text-align: center;

        }

        h3 {
                font-weight: 500;
                text-align: center;
                font-size: 20px;
                width: 85%;


        }





        .videocaja {
                width: 100%;
        }




        .txt {
                position: relative;
                margin-top: 8%
        }


        .carousel-indicators {
                position: absolute;

                left: 0%;
                z-index: 15;
                width: 101%;
                padding-left: 0;

                text-align: center;
                list-style: none;
        }

        .tab-content {

                padding: 0px 5px;
        }


        .board {

                margin: 0px auto !important;
                margin: -50px auto !important;
                background-color: rgb(45 45 45 / 96%) !important;
        }


        .glyphicon {

                font-size: 1.10em;


        }

        .glyphicon {

                font-size: 1.10em;
                margin-top: 1.8%;
                margin-bottom: 1.8%;


        }


}


@media (max-width:375px) {
        
        .cabecero ÃƒÆ’Ã¢â‚¬Å¡ {
                font-size: 1.18em;
                text-align: center!important;
}
        
        

        /* Changes the position of the indicators */
        #quote-carousel3 .carousel-indicators {
                right: 0%;
                left: 18%;
                width: 120%;

        }


        #quote-carousel4 .carousel-indicators {
                right: 0%;
                left: 25%;

                width: 100%;

        }


        /* Changes the position of the indicators */
        #quote-carousel5 .carousel-indicators {
                right: 0%;

                left: 18%;
                width: 120%;

        }
        
         #quote-carousel6 .carousel-indicators {
                right: 0%;

                left: 18%;
                width: 120%;

        }


        .tab-content {

                margin-bottom: 23%;
        }


        .carousel-indicators {

                left: -10%;
                z-index: 15;
                width: 120%;

        }

        .nav-tabs > li > a {

                width: 100%;

        }

        .nav-tabs > li {
                width: 100%;
        }


        .carousel-control.left {
                background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0)), to(rgba(255, 255, 255, .0001)));
                background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0, rgba(255, 255, 255, .0001) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
                background-repeat: repeat-x;
                margin-top: 36%;
        }


        .carousel-control.right {
                background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, .0001) 100%) !important;
                background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0) 0, rgba(255, 255, 255, , .0001) 100%) !important;
                background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0)), to(rgba(255, 255, 255, .0001)));
                background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0, rgba(255, 255, 255, .0001) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
                background-repeat: repeat-x;
                margin-top: 36%;
        }



        .logodav {
                width: 80px;
        }


        .tab-content {

                padding: 5px 5px;
        }

        .board {

                margin: 0px auto !important;
                margin: -50px auto !important;
                background-color: rgb(45 45 45 / 96%) !important;
        }
}






}